home *** CD-ROM | disk | FTP | other *** search
- object IntPropDlg: TIntPropDlg
- Left = 244
- Top = 129
- Width = 396
- Height = 206
- Caption = 'Integer property editor dialog'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- OnActivate = FormActivate
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 281
- Height = 161
- Shape = bsFrame
- IsControl = True
- end
- object OKBtn: TBitBtn
- Left = 300
- Top = 8
- Width = 77
- Height = 27
- Caption = '&OK'
- TabOrder = 0
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 300
- Top = 40
- Width = 77
- Height = 27
- Caption = '&Cancel'
- TabOrder = 1
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object Edit1: TEdit
- Left = 40
- Top = 64
- Width = 121
- Height = 20
- TabOrder = 2
- Text = 'Edit1'
- end
- end
-